home *** CD-ROM | disk | FTP | other *** search
- /* CodeResource.h - prototypes for extension functions, and NULL and size_t */
-
- #include <stddef.h>
-
- short InDictionary(char *tokenName);
- Boolean HasInDictionary(void);
- Handle GetFrontText(Boolean getItAll);
- Boolean HasGetFrontText(void);
- void GetNextMultiFile(short *panePtr, short *indexPtr,
- short *vRefNumPtr, char *fileName, Boolean clearFlag);
- Boolean HasGetNextMultiFile(void);
- short OKStopAlert(Ptr cstringPtr);
- Boolean HasOKStopAlert(void);
- void MemoryAlert(void);
- Boolean HasMemoryAlert(void);
- short GetScreenHeight(void);
- Boolean HasGetScreenHeight(void);
- short GetScreenWidth(void);
- Boolean HasGetScreenWidth(void);
- void SetWatchCursor(void);
- Boolean HasSetWatchCursor(void);
- void DoEventLoopOnce(void);
- Boolean HasDoEventLoopOnce(void);